SeslSeekBar

SeslSeekBar is a concrete implementation of SeslAbsSeekBar that provides a standard single-thumb seek bar for selecting a value within a range.

This class does not add new public APIs beyond those provided by SeslAbsSeekBar, but serves as the direct widget to be used in layouts and code for a typical seek bar. It may override certain behaviors or provide default styling specific to the SeekBar widget.

Use this class in your layouts or code when you need a standard seek bar with all the customization and interaction features defined in SeslAbsSeekBar.

See also

Constructors

Link copied to clipboard
constructor(context: Context)
constructor(context: Context, attrs: AttributeSet)
constructor(context: Context, attrs: AttributeSet, defStyleAttr: Int)
constructor(context: Context, attrs: AttributeSet, defStyleAttr: Int, defStyleRes: Int)

Types

Link copied to clipboard
A callback that notifies clients when the progress level has been changed.
Link copied to clipboard
Samsung SeekBar callback for hover events.

Functions

Link copied to clipboard
open fun onProgressRefresh(scale: Float, fromUser: Boolean, progress: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets a listener to receive notifications of changes to the SeekBar's progress level.